Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Adds support for running gocheck tests #3222

Closed
wants to merge 1 commit into from

Conversation

tgturner
Copy link

@tgturner tgturner commented May 6, 2020

This closes #1921

This PR adds support for running tests that are written using the gocheck package.

Anytime we have access to an activeTextEditor, when scanning symbols we also check for the existence of the gocheck package. If the package is found, tests are correctly extracted for code lens support, and when running tests correct flags are passed.

I'm not familiar with typescript, but would find A LOT of value in this addition, so please let me know if you have any suggestions for improving the PR.

@msftclas
Copy link

msftclas commented May 6, 2020

CLA assistant check
All CLA requirements met.

@tgturner
Copy link
Author

tgturner commented May 6, 2020

Looking through other PR's, it looks like the test failures in Travis are due to flaky tests possibly?

@ramya-rao-a
Copy link
Contributor

Hey @tgturner

Looks like this is your first PR contribution to this project, Thanks & Welcome!

Unfortunately, we are in the midst of a repo move, see We are moving section in our readme for more details.

We will have to close this PR as we are not accepting any PRs at the moment unless it is related to the move or critical bug fixes. Please consider creating this PR in the new home i.e https://github.com/golang/vscode-go.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support codelens to run and debug tests supported by the check package
3 participants